Linker.getSymbol

Get the symbol from the lib

class Linker
static
void*
getSymbol
(
string symbol
,
const string[] libs...
)

Parameters

symbol string

Symbol for import

libs string[]

Libraries for symbol searching

Return Value

Type: void*

Handle for the symbol

Meta